Skip to content

Add tests for ProperContains and ProperIn#40

Closed
antvaset wants to merge 1 commit intocqframework:mainfrom
antvaset:propercontains-properin-tests
Closed

Add tests for ProperContains and ProperIn#40
antvaset wants to merge 1 commit intocqframework:mainfrom
antvaset:propercontains-properin-tests

Conversation

@antvaset
Copy link
Contributor

Adding more tests for ProperContains and ProperIn operators to cover more edge cases for the list overload.

Adjusting 4 existing tests to make it clear and make sure that ProperContainsNullRightFalse and ProperContainsNullRightTrue compile to ProperContains(List<T>, T) and that ProperInNullRightFalse and ProperInNullRightTrue compile to ProperIn(T, List<T>), matching the test name/group. Without null as String, the args could be resolved as List<T>, List<T> and compile to ProperIncludes(List<T>, List<T>) and ProperIncludedIn(List<T>, List<T>).

@antvaset antvaset closed this by deleting the head repository Aug 1, 2024
@antvaset
Copy link
Contributor Author

This PR cannot be reopened, so I had to create a new one - see #48.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants